home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / INFO / PROGUIDE.ZIP / READ.BAT < prev    next >
DOS Batch File  |  1990-06-12  |  648b  |  31 lines

  1. echo off
  2. cls
  3. list -read.me
  4. list author.let
  5. cls
  6. echo The next file is the PSL Registration Service Agreement
  7. pause
  8. list register.agr
  9. cls
  10. echo The next file contains PSL's submission guidelines.
  11. pause
  12. list submissn.txt
  13. cls
  14. echo The next file describes files we add to the disk.
  15. pause
  16. list we-add.txt
  17. cls
  18. echo The next file is PSL's Free Disk Form for people who register shareware.
  19. pause
  20. list freedisk.doc
  21. cls
  22. echo The next file is PSL's PROBLEM.DOC file.
  23. pause
  24. list problem.doc
  25. cls
  26. echo The last file is PSL's GO.BAT file for guiding new users.
  27. echo We will end the present batch file by running GO.BAT now.
  28. pause
  29. go
  30.  
  31.